home *** CD-ROM | disk | FTP | other *** search
/ The Louisiana Purchase / The Louisiana Purchase.iso / pc / audio / fly.swf / scripts / DefineButton2_9 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-04-12  |  108 b   |  5 lines

  1. on(press){
  2.    creditPage = _parent.creditPage;
  3.    _root.mainLoad.movieCredit.gotoAndStop(creditPage);
  4. }
  5.